Welcome![Sign In][Sign Up]
Location:
Search - IE Control

Search list

[GUI Developcwebpage

Description: Display a Web Page in a Plain C Win32 Application: There are numerous examples that demonstrate how to embed Internet Explorer in your own window. But these examples typically use Microsoft Foundation Classes (MFC), .NET, C#, or at least the Windows Template Library (WTL) because those frameworks have pre-fabricated \"wrappers\" to easily give you an \"HTML control\" to embed in your window. If you re trying to use plain C, without MFC, WTL, .NET, C#, or even any C++ code at all, then there is a dirth of examples and information how to deal with OLE/COM objects such as IE s IWebBrowser2. Here is an article and working example in C to specifically show you what you need to do in order to embed IE in your own window, and more generally, show you how to interact with OLE/COM objects and create your own objects in plain C.
Platform: | Size: 38232 | Author: 刘国栋 | Hits:

[ComboBoxWebWordCS123456

Description: TX.WebControls.TXWebWord控件使用OCX控件形式实现了在WEB页面上编辑Word文档. 经过了半年多的测试,已经形成了比较稳定的版本,并且实现了控件的安全接口和 数字签名,客户端自动下载安装,不需要更改任何IE浏览器的设置.但WEB下OFFICE 控件都有易出错的通病,希望大家把在使用过程中发现的问题通过E-MAIL发给我, 以便及时修正.-TX.WebControls.TXWebWord controls use OCX controls in the form of Web pages on the edit Word documents. After more than six months of testing, has created a relatively stable version, and the realization of the security control interface and digital signatures, the client automatically download and install, requires no changes IE browser settings. but under OFFICE Web Controls have a common error prone, in the hope that you all will use to the problems discovered through E-MAIL sent to me, so that timely amendment.
Platform: | Size: 293909 | Author: he | Hits:

[WinSock-NDISndis驱动程序代码

Description: 首先,读者可以先将DDK原来的packet例子程序备份,然后用改动后的驱动程序源码覆盖原先的代码(即覆盖packet->driver目录下的代码,修改后的代码已经给出)。 然后开始编译。顺次选择开始->程序->Development kits->Windows 2000 DDK->Checked Build Environment,将出现一个控制台窗口。使用cd命令进入D:\\programs\\NTDDK \\src\\network\\ ndis\\packet目录(即驱动程序和相应应用程序所在的目录),键入build命令开始编译,在该目录下的dirs文件的控制下可以同时编译driver目录下的驱动程序和testapp目录下用于测试驱动程序的应用程序;即同时得到改动后的驱动程序和测试该驱动程序的应用程序。-First, readers can DDK first example of the original packet backup procedures, and then change the driver covered the original source code (that is, covering packet-gt; Driver directory code, the revised code has been given). Then compiler. Topping the list is to choose start-gt; Procedures - gt; Development kits - gt; Windows 2000 DDK - gt; Checked Build Environment, there will be a console window. Use cd order to enter D : \\ programs \\ NTDDK \\ src \\ network \\ NDIS \\ packet directory (ie driver and the corresponding application to the directory), type build orders started compiling, in the catalog under the dirs documents under the control can also compile directories under the driver Flooding testapp procedures and dynamic directory for testing drivers for the applications; that is to be
Platform: | Size: 23063 | Author: 陶钊 | Hits:

[GUI Developflash动画

Description: 机器里要装有Flash播放软件(你的IE能显示Flash)。IE之所以能显示Flash是安装了由 Macromedia公司提供的swflash.ocx控件,我们可以在Win98的$Windows\\System\\Macromed \\Flash中 或在Win2000中的$Winnt\\System32\\ Macromed\\Flash中找到它。ActiveX控件在Windows里是通用的, Delphi也同样支持。 -machine to be installed Flash Player software (IE you can show that the Flash). IE will show why Flash is installed by the Macromedia swflash.ocx control, we can Win98 $ Windows \\ System \\ Macromed \\ Flash or in the Win2000 $ WINNT \\ System32 \\ Macromed \\ Flash find it. ActiveX control in Windows Lane is a versatile, Delphi also support.
Platform: | Size: 2506 | Author: 普拉 | Hits:

[Printing programhtmlprint

Description: 控制IE打印页面的程序,可以实现分页打印,对一般的打印要求足够了。-IE Print pages control procedures can be achieved tabbed print, the print of the general requirements sufficient.
Platform: | Size: 1717 | Author: 王慧璐 | Hits:

[GUI Developwtl4_mfc6_demo

Description: 《包容ActiveX控件》将介绍ATL对在对话框中使用ActiveX控件的支持,由于ActiveX控件就是ATL的专业,所以WTL没有添加其他的辅助类。不过,在ATL中使用ActiveX控件与在MFC中有很大的不同,所以需要重点介绍。我将介绍如何包容一个控件并处理控件的事件,开发ATL应用程序相对于MFC的类向导来说有点不方便。在WTL程序中自然可以使用ATL对包容ActiveX控件的支持。 例子工程演示如何使用IE的浏览器控件,我选择浏览器控件有两个好处: 每台计算机都有这个控件,并且 它有很多方法和事件,是个用来做演示的好例子。 我当然无法与那些花了大量时间编写基于IE浏览器控件的定制浏览器的人相比,不过,当你读完本篇文章之后,你就知道如何开始编写自己定制的浏览器!-"inclusive ActiveX" ATL will be presented in the dialog box to use ActiveX Controls the support, as ActiveX ATL is the professional, So WTL did not add other types of assistance. However, the use of ATL and ActiveX controls in MFC are quite different, there is a need to highlight. I will show you how inclusive a control and processing controls, ATL development applications in relation to the MFC category is a bit inconvenient Wizard. The WTL natural process can be used to ATL inclusive ActiveX support. Examples of projects demonstrate how to use the Internet Explorer browser control, I choose the browser control has two advantages : every computer has the controls, and it has many ways, is used for demonstration of good examples. I can not of course with those who spent a lot of
Platform: | Size: 27818 | Author: wwwwppp | Hits:

[ActiveX/DCOM/ATLyahoologin

Description: 使用web browser控件控制ie,实现yahoo邮箱的自动登陆-use web browser control control ie, achieving yahoo mail automatic landing
Platform: | Size: 31629 | Author: 张海 | Hits:

[Browser Client2006041008280824252(2)

Description: 一个控制ie的例子,不知有没有用,大家可以自己看看 -control ie one example, I wonder if there is used, we can see for yourself
Platform: | Size: 58521 | Author: 穆月 | Hits:

[GDI-BitmapPieProgressCtrl_src

Description: The Code Project is an exciting site with impressive teaching and professional exchange capabilities. I have learned much from it and also decided to submit my contribution. Occasionally I was involved in a project to check experimental data for consistency. The data were collected in several binary files, which also contain \"holes\", i.e. missing data segments. The main idea to simplify the fast check report was to embed this report inside the progress control.-The Code Project is an exciting site with im pressive teaching and professional exchange c apabilities. I have learned much from it and als o decided to submit my contribution. Occasiona lly I was involved in a project to check experime ntal data for consistency. The data were collec ted in several binary files, which also contain "holes" ie missing data segments. The main idea to sim plify the fast check report was to embed this rep ort inside the progress control.
Platform: | Size: 18508 | Author: 小叹号 | Hits:

[Browser ClientInternet_Cache_del

Description: VB做的查看IE的CACHE,并可以删除,用于对IE缓存的控制-VB do CACHE IE View, and can be deleted for the right to control the IE cache
Platform: | Size: 3435 | Author: heen | Hits:

[Windows Developie_options_demo

Description: IE中的树型选项控件-IE chandeliers control options
Platform: | Size: 37421 | Author: 黄伟 | Hits:

[Other resourceIEControlPro

Description: Wince下对IE进程发送虚拟键盘事件达到用快捷键控制IE的目的-Wince IE process right under this virtual keyboard events to use the keyboard to control the purpose of IE
Platform: | Size: 72424 | Author: holly | Hits:

[WinSock-NDISVipshellSrc

Description: 申明: 本软件仅供学习使用。 如用本程序做非法用途后果自负,与作者无关!!! QQ:175111923 软件简介: 2006年7月15日 主要功能: 1.屏幕监视/控制。 2.CMD命令行 3.摄象头 4.文件管理 5.进程管理 6.键盘记录 其中键盘记录,没有使用钩子记录,为了防止一些杀毒软件阻止安装钩子 虽然没有钩子,但是对于一般的密码窗口,IE窗口也依然能准确记录(包括粘贴). 2006.8.19 由于忙于工作,忙于学习.没时间在继续开发了,把代码发给大家继续更 新 编译前把工程设置成 Unicode VipShell 是服务端代码 VipClient 客户端代码 把纯真IP数据库 和 客户端放在一起 即可显示物理地址 有问题请联系 QQ:175111923 M 群 :23204130 -declared : This software is for learning. If using this procedure done for illicit purposes responsible for any consequences, have nothing to do with the author! ! ! QQ : 175111923 software description : July 15, 2006 main functions : 1. screen monitor / control. 2.CMD command line 3. Placing four. Document management 5. Process management 6. Keyboard records documenting the keyboard, Hook record is not used, in order to prevent anti-virus software to prevent the installation of the hook Although no hook, But for the general password window, IE window still accurate records (including paste). 2006.8.19 as busy work, busy learning. In no time to continue to develop, code or to continue to update you before compiler works set to Unicode VipShell-generation services Codes VipClient client cod
Platform: | Size: 549678 | Author: fdsafaf | Hits:

[Windows Developmuma-vb

Description: 木马,也称特伊洛木马,名称源于古希腊的特伊洛马神话,是一种远程控制软件。现在网络上流行的木马软件基本都是客户机/服务器模式也就是所谓的C/S结构,目前也有一些开始向B/S结构转变,在这里暂且不对B/S结构进行详谈,本文主要介绍C/S结构其原理就是在本机直接启动运行的程序拥有与使用者相同的权限。因此如果能够启动服务器端(即被攻击的计算机)的服务器程序,就可以使用相应的客户端工具客户程序直接控制它了。下面来谈谈如何用VB来实现它。 -Trojan, also known as Trojan Teyiluo name from the ancient Greek myth of campaigning Lockheed Martin is a remote control software. Network now popular on the Trojan software is the basic client / server model is the so-called C / S structure, There are also some began to B / S structure, in the time being wrong B / S structure in detail This paper introduces the C / S structure of its tenets is directly in the machine up and running with the procedures for users with the same authority. So if we can start the server side (ie attacks on the computer) server, we can use the corresponding client tools clients direct control of it. Now to talk about how to use VB to achieve it.
Platform: | Size: 1854 | Author: longyi | Hits:

[Other resource5ActiveXMovie_SRC

Description: Using DirectShow to Play a Movie from Visual Basic:use Visual Basic as a movie player.we have built (in C++) an ActiveX control for Visual Basic that allows us to play any movie file (compatible with DirectShow). The ActiveX object also provides the complete interface for controlling the movie playback (Start, Stop, Pause, and a trackbar it also shows the current movie position and the total length of the movie). -Using DirectShow to Play a Movie from Visua l Basic : Visual Basic use as a movie player.we have built (in C) an ActiveX control for Visual Basic that a llows us to play any movie file (compatible with DirectShow). The ActiveX object also provides the complete interface for controlling the mov ie playback (Start, Stop, Pause, and a trackbar it also shows the current movie po sition and the total length of the movie).
Platform: | Size: 37349 | Author: au | Hits:

[Delphi VCLReadIE

Description: 用C++Builder编的读取IE浏览器地址的源码程序的主干部分,读者可以自己加入其他控件进行美化界面。-C Builder addendum to the IE browser to read the source address of the trunk of procedures, Readers can control themselves joined other landscaping interface.
Platform: | Size: 948 | Author: 李魁伟 | Hits:

[Other resourcewebstandard

Description: WEB WEB标准和网站重构 在上个世纪90年代后期,当互联网和web逐渐成为主流时,Web浏览器(包括当时的Netscape 4及以下版本,IE 4及以下版本。行话叫Version 4浏览器)的开发商还没有完全的支持CSS(层叠式样式表,对于Web开发人员来说,他们可以用CSS来控制Html文档的表现)。考虑到CSS1是在1996年制定的,而CSS2是在1998年才制定的,所以这种对CSS支持的不足也是可以理解的。 􀁺 -Web standards and Web site reconstruction of the last century the late 90s, When the Internet and the web is becoming the mainstream, Web browsers (including the Netscape version 4 and below, IE 4 and below versions. jargon called Version 4 browsers), the developer has not fully support CSS ( Cascading Style Sheets for Web developers, They can use CSS to control the performance of Html files). Consider them additionally to be enacted in 1996, and in CSS2 is only enacted in 1998. So the lack of support of the CSS is understandable.
Platform: | Size: 135503 | Author: 罗明会 | Hits:

[Web Serverjjrqkj

Description: 简洁实用的日期控件,对IE、Firefox的支持很好!-date concise and practical control of IE, Firefox support good!
Platform: | Size: 1804 | Author: ljh | Hits:

[Dialog_WindowMultiFrameFreeCode

Description: 该源码基于多文档窗体结构,用户可以自己创建多个IE风格的(左边treeview,右边listview)的框架,并与任何控件(这里是Tab控件)结合使用。运行该程序后,你可以看到view 1框架和view 2框架在Tab控件页中自动切换。-Based on the source code file Form structure, Users can create their own style of a number of IE (the left treeview. right listview) framework, and any component (here Tab Control) combined. Run this program, you can see a view framework and the framework in view two Tab Controls page automatic switching.
Platform: | Size: 3731924 | Author: 李毅 | Hits:

[ActiveX/DCOM/ATLxIEctrl

Description: IE,ax控件的使用例子-IE, ax control the use of examples.
Platform: | Size: 3557167 | Author: igoo | Hits:
« 1 2 3 4 56 7 8 9 10 ... 18 »

CodeBus www.codebus.net